home *** CD-ROM | disk | FTP | other *** search
/ Clickx 31 / Clickx 31.iso / assets / software / MyServer-win32-0.8.2.exe / web / documentation / texts / publishwebsite.htm < prev    next >
Encoding:
Extensible Markup Language  |  2005-06-22  |  1.5 KB  |  40 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6. <title>MyServer Documentation - Publishing a Web Site - www.myserverproject.net</title>
  7. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  8. <meta http-equiv="Content-Style-Type" content="text/css" />
  9. <link rel="stylesheet" type="text/css" href="../style/myserver.css" />
  10. </head>
  11. <body>
  12. <table class="center">
  13. <tr>
  14. <td class="center">
  15. <h1 class="title">PUBLISHING A WEB SITE</h1>
  16. <br />
  17. By default myServer is installed
  18. with a single host accessible from all the IPs of the local machine.
  19. The files included in the dowloaded version of the server are for
  20. demonstration purposes only. In order to share your files with
  21. others you should replace the files in the web directory with your own files.
  22. <br />
  23. <br />
  24. 1. Delete the files that are currently in the web folder<br />
  25. 2. Add your own files. <br />
  26. Be sure to include a file named <span class="code">"default.html"</span>
  27. as this is the first file people will see when they access the server.<br />
  28.       <img src="../images/myfiles.png" alt="Default web folder" width="468" height="260" /> 
  29.       <br />
  30. The highlighted "web" directory is where you would make your changes
  31. <br />
  32. <br />
  33. If you would like to change the default folder settings or IP settings you must configure 
  34. the <a href="virtualhosts.html">virtual hosts</a>.
  35. </td>
  36. </tr>
  37. </table>
  38. </body>
  39. </html>
  40.